Bi Weekly Evaluation Entry
@Serializable
Represents the result of a bi-weekly mood evaluation.
This data class holds the depression and anxiety scores, along with their corresponding results and the date the evaluation was completed. It is used for tracking mood evaluations over a bi-weekly period.
Constructors
Properties
Link copied to clipboard
The results or message related to the anxiety evaluation.
Link copied to clipboard
The score for the anxiety evaluation. Default is -1 if not set.
Link copied to clipboard
The date the evaluation was completed, represented as a nullable Date
object.
Link copied to clipboard
The results or message related to the depression evaluation.
Link copied to clipboard
The score for the depression evaluation. Default is -1 if not set.